home *** CD-ROM | disk | FTP | other *** search
- // MyIncludes.h
-
- #pragma once
-
- // Uncomment the following line for dbugging.
- //#define DEVELOPMENT
-
-
- #include <stdio.h>
- #include <stdlib.h>
-
- #include "MyAppleEvents.h"
-
- #include <Gestalt.h>
- #include <LowMem.h>
- #include <Events.h>
- #include <Notification.h>
- #include <Resources.h>
-
- #include "CDControl.h"
- #include "ATA Utility.h"
-
- #ifdef DEVELOPMENT
- #include <TextEdit.h>
- #include <Dialogs.h>
- #endif
-
- #ifdef __MWERKS__
- #include <SIOUX.h>
- #endif
-
-